home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00001Series_77_b_brk3.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  728 b   |  21 lines

  1. on mouseUp
  2.   if the hilite of cast "b_BRK3" = 1 then
  3.     set the hilite of cast "b_BRK1" to 0
  4.     set the hilite of cast "b_BRK1b" to 0
  5.     set the hilite of cast "b_BRK2" to 0
  6.     set the hilite of cast "b_BRK4" to 0
  7.     set the hilite of cast "b_BRK6" to 0
  8.   end if
  9.   if field "sermodnum" = "1." then
  10.     if the hilite of cast "b_tg1" or (the hilite of cast "b_tg2" = 1) then
  11.       alert("You cannot specify 1 Series Brakes with Thread Guards")
  12.       set the hilite of cast "b_brk3" to 0
  13.       set the hilite of cast "b_brk1" to 0
  14.       set the hilite of cast "b_BRK1b" to 0
  15.       set the hilite of cast "b_brk2" to 0
  16.       set the hilite of cast "b_tg1" to 0
  17.       set the hilite of cast "b_tg2" to 0
  18.     end if
  19.   end if
  20. end
  21.